Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    sub func2  { return map{ uc }@_ }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # use Net::SNTP::Client qw(:Both);
    # print func1(@list),"\n";
    # print func2(@list),"\n";
    
  3. or download this
    an't locate Net/SNTP/Client.pm in @INC (you may need to install the Ne
    +t::SNTP::Client module) (@INC contains: /etc/perl /usr/local/lib/perl
    +/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 
    +/usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /h
    +ome/username/Desktop/) at client.pl line 8.
    BEGIN failed--compilation aborted at client.pl line 8.