Help for this page

Select Code to Download


  1. or download this
    Can't locate Net/SNTP/Client.pm in @INC (you may need to install the N
    +et::SNTP::Client module) (@INC contains: /home/tinyos/Desktop/Test /h
    +ome/tinyos/Desktop/Test/ /etc/perl /usr/local/lib/perl/5.18.2 /usr/lo
    +cal/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 .) at client.pl lin
    +e 8.
    BEGIN failed--compilation aborted at client.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 '/home/username/Desktop/Test';
    use Net::SNTP::Client qw(func1);
    print func1(@list),"\n";