in reply to Net::FTP & if statement behavior
try something like:print 1; # prints "1" print if 1; # prints nothing
Does this help you?print 1 if ( $ftp->cwd( $whole ) );
alex pleiner <alex@zeitform.de>
zeitform Internet Dienste
|
---|
Replies are listed 'Best First'. | |
---|---|
Re(2): Net::FTP & if statement behavior
by dmmiller2k (Chaplain) on Jan 02, 2002 at 23:00 UTC | |
Re: Re: Net::FTP & if statement behavior
by alienhuman (Pilgrim) on Jan 02, 2002 at 22:56 UTC |