Help for this page

Select Code to Download


  1. or download this
    my $data = `grep -i $account_name /config/data.file`;
    my @parms = split /|/, $data;
    
  2. or download this
    unless ( -d $parms[3] ) {
    #
    # do some ftp stuff here.
    #
    }