Help for this page

Select Code to Download


  1. or download this
    sub get
    {
    ...
     croak("Bad remote filename '$remote'\n")
        if $remote =~ /[\s\r\n]/s;
    
  2. or download this
    perl -MCPAN -e 'install Bundle::libnet'