Help for this page

Select Code to Download


  1. or download this
    DB<2> print $ftp->cwd( $whole );
    Net::FTP=GLOB(0x47dbf4)>>> CWD /web
    Net::FTP=GLOB(0x47dbf4)<<< 250 CWD command successful.
    1
    
  2. or download this
    DB<3> print if( $ftp->cwd( $whole ) );
    Net::FTP=GLOB(0x47dbf4)>>> CWD /web
    Net::FTP=GLOB(0x47dbf4)<<< 250 CWD command successful.
    
      DB<4>