Worked for me. Let me let me know if there is a better way.sub is_dir { + my @list = split(//, $_); if( $list[0] eq 'd' ) { return 1; } else { return 0; } + }
In reply to Re: Re: Net::FTP file type and attributes
by Anonymous Monk
in thread Net::FTP file type and attributes
by fedelman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |