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

RE: Code Viewer

by BBQ (Curate)
on May 25, 2000 at 06:58 UTC ( [id://14696]=note: print w/replies, xml ) Need Help??


in reply to Code Viewer

Humm... I didn't get part of the code. If you have:
$openbr="<"; $closebr=">";
and
$wholepage=~s/</$openbr/g; $wholepage=~s/>/$closebr/g;
aren't you just saying
$wholepage=~s/</</g; $wholepage=~s/>/>/g;
What good does that do?
I may be missing something here.

#!/home/bbq/bin/perl
# Trust no1!

Replies are listed 'Best First'.
RE: RE: Code Viewer
by BigJoe (Curate) on May 25, 2000 at 07:57 UTC
    actually what it was supposed to be instead of
    $openbr="&lt;"; $closebr="&rt;";

    but I think something happened.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 16:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found