Hello Anyone! The below file is giving some strange error. I'm trying to search for a file and display its contents. I'm using the following script below.... Do's anyone know a simple script besides the one I have written.
Best Rgds;
Juan;
Use of implicit split to @_ is deprecated at proj2_1.pl line 13.
#
#
while (<>) {
print if
(qw/file/);
}
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
