Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Outputting Text To Flash

by mt2k (Hermit)
on May 27, 2002 at 23:21 UTC ( [id://169665]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    use strict; # I am getting into the habit of using this!
    ...
    for (my ($name,$value) = each %output) {
         print qq|$name=| . uri_escape($value) . "&";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found