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

Re: perl's forte

by Hissingsid (Sexton)
on Mar 21, 2004 at 12:24 UTC ( [id://338436]=note: print w/replies, xml ) Need Help??


in reply to perl's forte

Hi,

What I really like about Perl, as a relative newbie, is that whatever point you are at on the learning curve you can get satisfactory results quickly. If you want to use Perl for simple scripts to do simple jobs you can do and you get quickly get to feel that you can tackle more difficult tasks. You find that the thing that you did in longhand has a shortcut and you add that to your repertoir of skills. Its like picking up a musical instrument that somehow you can just play tunes on without much training. This makes you feel good so you want to learn how to play other more complicated tunes.

The one gripe I have (sorry but I do use Perl for CGIs) is with shared servers. The module that I really want to use is nearly always the one that admin decided not to install. I feel guilty on a $50 a year server asking them to install a module just for me.

Best wishes

Sid

Replies are listed 'Best First'.
Re: Re: perl's forte
by tilly (Archbishop) on Mar 24, 2004 at 04:08 UTC
    Take a look at Running CPAN without Being root and you can learn how to install the modules locally. (In fact usually you can just copy the modules into your source-code directory and copy that over to the server.)
      Hi Tilly,

      Are you saying that since a module is simply a file containing related functions that I can access those functions by putting the file alonside the script that uses the functions rather than by installing it in the normal way.

      I guess that if I can do that then there are no limits to what I can do on a shared server. I will experiment.

      Thanks for the input.

      Best wishes

      Sid
        Yes, I'm saying that you can do so for any pure Perl function. Not all modules are pure Perl, but many useful ones are. Certainly enough are that it is worth seeing whether you can follow that path.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-26 05:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found