Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: saving search results to file

by eXile (Priest)
on May 03, 2005 at 15:24 UTC ( [id://453636]=note: print w/replies, xml ) Need Help??


in reply to saving search results to file

different (don't know if it's better, because of 'strict'-issues):
use strict; no strict 'refs'; foreach my $fd (qw(FILE STDOUT STDERR)) { print $fd "<a href=\"test.html\">testing</a>\n"; } use strict;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://453636]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (10)
As of 2024-04-16 11:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found