Help for this page

Select Code to Download


  1. or download this
    Can't locate Net/SNTP/Server.pm in @INC (you may need to install the N
    +et::SNTP::Server module) (@INC contains: . /etc/perl /usr/local/lib/p
    +erl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/per
    +l5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl) 
    +at server.pl line 8.
    BEGIN failed--compilation aborted at server.pl line 8.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    sub func2  { return map{ uc }@_ }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    use lib '.'; # note here
    use Net::SNTP::Server qw(&func1);
    print func1(@list),"\n";
    
  4. or download this
    Can't locate Net/SNTP/Server.pm in @INC (you may need to install the N
    +et::SNTP::Server module) (@INC contains: . /etc/perl /usr/local/lib/p
    +erl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/per
    +l5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl) 
    +at server.pl line 8.
    BEGIN failed--compilation aborted at server.pl line 8.