Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

RE: can i disable certain warnings?

by Russ (Deacon)
on Jun 21, 2000 at 06:50 UTC ( [id://19152]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # When retrieving data from DBI
    my $Ref = {map(defined $_ ? $_ : '', %{$sth->fetchrow_hashref})};
    
  2. or download this
    my $Ref = [map(defined $_ ? $_ : '', @{$sth->fetchrow_arrayref)];
    
  3. or download this
    print "<td> @{[ defined $Var ? $Var : '' ]} </td>";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://19152]
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: (2)
As of 2024-04-24 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found