Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

pelagic's scratchpad

by pelagic (Priest)
on Jun 01, 2004 at 18:10 UTC ( #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? | Other CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2023-10-02 18:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?