Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Can I do a file upload without using any modules?

by clintp (Curate)
on Apr 22, 2002 at 01:47 UTC ( [id://160970]=note: print w/replies, xml ) Need Help??


in reply to Can I do a file upload without using any modules?

I don't *believe* CGI.pm requires any C-compiled object files beyond what Perl provides. People who are afraid of modules for one reason or another (distribution, etc...) might want to look into creating a globular script -- just take CGI.pm (bits and pieces or *all* of it) and include it in the body of your script. Sometimes it takes a bit of work, but it's not overwhelmingly difficult.
  • Comment on Re: Can I do a file upload without using any modules?

Replies are listed 'Best First'.
Re: Re: Can I do a file upload without using any modules?
by samtregar (Abbot) on Apr 22, 2002 at 04:43 UTC
    Of course, people that do that will have to license their script under the same license as CGI.pm if they distribute it.

    -sam

Log In?
Username:
Password:

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

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

    No recent polls found