Help for this page

Select Code to Download


  1. or download this
    my $localfd = ref($local) || ref(\$local) eq "GLOB";
    
      if (!defined($remote) and 'STOU' ne uc($cmd)) {
        croak 'Must specify remote filename with stream input'
          if $localfd;
    ...