Help for this page

Select Code to Download


  1. or download this
    print 1;     # prints "1"
    print if 1;  # prints nothing
    
  2. or download this
    print 1 if ( $ftp->cwd( $whole ) );