Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Re: Re: Speed, and my sanity.

by btrott (Parson)
on Aug 26, 2001 at 22:19 UTC ( [id://107963]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        <body bgcolor="<% $params{parse}->{BGCOLOR} %>">
    
  2. or download this
        <body bgcolor="<@BGCOLOR@>">
    
  3. or download this
        $_out->('<body bgcolor="');
        $_out->( $params{parse}->{BGCOLOR} );
        $_out->('">');
    
  4. or download this
        <@ FOO @>
    
  5. or download this
        $_out->( $params{parse}->{FOO} );
    

Log In?
Username:
Password:

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

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

    No recent polls found