Help for this page

Select Code to Download


  1. or download this
    %vars = (
       FTPPath      => '/my/ftp/path',
    ...
       my $var = defined($3) ? $3 : $2;
       $var eq '$' ? '$' : (defined($vars{$var}) ? $vars{$var} : $1);
    /eg;
    
  2. or download this
    %vars = (
       FTPPath      => '/my/ftp/path',
    ...
    cd /my/ftp/path
    type ASCII
    $escaped!