Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: my $variable with &&do{} doesn't compile

by Aristotle (Chancellor)
on May 29, 2003 at 22:08 UTC ( [id://261705]=note: print w/replies, xml ) Need Help??


in reply to my $variable with &&do{} doesn't compile

Both variants are rather unreadable. Why not like so?
my $epoch = stat($self->{ABS_FILENAME})->mtime; $self->{CONFIG_EPOCH} = $epoch if $epoch;
Repetitive, but it can't really be helped in this case.

Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found