Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: print output

by arturo (Vicar)
on Jun 26, 2001 at 21:14 UTC ( [id://91666]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <tr>
     <td>Game Name</td>
    ...
     <td>blah</td>
     <td>blah</td>
    </tr>
    
  2. or download this
    print $query->Tr($query->td([$var]));
    print $query->Tr($query->td(["$dvalue{$var} $dname{$var}"]));
    
  3. or download this
    <tr>
     <td> ( value of $var )</td>
    ...
    <tr> 
     <td>(values of the two hash entries )</td>
    </tr>
    
  4. or download this
    perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); 
    +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth
    +er_name\n"'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found