hi list!!
is there any way by which i could get the specific line from a file, say.. line number
32 of file named madan.dat or something like that using filehandles?
i will have some things like this:
open (FH,"madan.dat")
while (<FH>){
(get line number 32) --> is there any command to do
(get line number 45) --> this
other than specifically putting it in a for loop and
printing
if ($i == 32) {
print $_;
}
please help me out with this as soon as possible..
awaiting someones reply
bye
regards
madan
_____________________________________________________
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web