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

Re: The Road to Enlightenment?

by naikonta (Curate)
on Oct 04, 2007 at 18:27 UTC ( [id://642723]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print <<HTML;
    Username: <input type="text" size="10" name="username"><br>
    ...
    ...
    ...
    HTML
    
  2. or download this
    print textfield(
            '-name', 'username',
    ...
            },
          ),
          ... etc
    
  3. or download this
    sub afunc {
      my($x, $y) = \@_;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found