EPFL-Sciper-List

 view release on metacpan or  search on metacpan

bin/epfl-sciper-list  view on Meta::CPAN

  print toJson(@listPersons) or croak "Couldn't write: $OS_ERROR";
}
else {
  print toTsv(@listPersons) or croak "Couldn't write: $OS_ERROR";
}

=head1 AUTHOR

William Belle, C<< <william.belle at gmail.com> >>

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests here L<https://github.com/innovativeinnovation/epfl-sciper-list/issues>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc epfl-sciper-list

lib/EPFL/Sciper/List.pm  view on Meta::CPAN

sub p_buildUrl {
  my $letter = shift;

  return $AUTOCOMPLETE_URL . $letter;
}

=head1 AUTHOR

William Belle, C<< <william.belle at gmail.com> >>

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests here L<https://github.com/innovativeinnovation/epfl-sciper-list/issues>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc EPFL::Sciper::List



( run in 0.474 second using v1.01-cache-2.11-cpan-4d50c553e7e )