Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: lost wtih blank data

by bv (Friar)
on Dec 09, 2009 at 02:57 UTC ( [id://811855]=note: print w/replies, xml ) Need Help??


in reply to Re: lost wtih blank data
in thread lost wtih blank data

A shorter version (for Perl 5.10 and later) with the same meaning would be this:

$xyz //= '&nbsp;'; print "<td colspan=x>$xyz</td>\n";

But thinking about it just reminds me that my vim syntax highlighter doesn't understand these new 5.10 features.


@_=qw; Just another Perl hacker,; ;$_=q=print "@_"= and eval;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found