Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

pelagic's scratchpad

by pelagic (Priest)
on Jun 01, 2004 at 18:10 UTC ( [id://358338]=scratchpad: print w/replies, xml ) Need Help??

sub iterator { my $self = shift; open my $TT, "<:encoding(UTF-8)", $file or die; return sub { while ( defined (my $rec = <$TT>) ) { confess ( "Error, stopped" ) unless $something; } close $TT; return; }; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-03-29 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found