© 2005 A.P. Lawrence
Next
Previous
Return to Start Page
Will the following code print the first line of the file "t"?
#!/usr/bin/perl
open(FH,"t");
my $fh=FH;
grabit($fh);
sub grabit {
my $fh=shift;
print "$fh\n";
my @stuff=<$fh>;
print $stuff[0];
}
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
/Tests/Perl/q0031.html copyright Tony Lawrence All Rights Reserved
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 2 | 5 | 2 | 296 | 1,014 |