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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Running 5.003 will definitely cause your group problems, especially if you want to use modules from external sources such as CGI.pm . Most modules are only back-supported to 5.005. From 5.003 to 5.005 there were numerous security improvements, improvements to the regular expression engine, improvements to object-oriented coding such as better syntax for subroutine references ($ref->{parameters)), the ability to use 'my' within a control structure (foreach my $i (@stuff)).

There is a good overview of the differences between 5.003, 5.004, 5.005, and 5.6.0 here. For much more detail, there are perl delta files you can probably access on your 5.6.0 box; have a look at perldoc perldelta, perldoc perl5005delta, and perldoc perl5004delta.

needless to say, we've been asking the university to supply us with a local server that we can control.

You can make a very strong case for running a local pentium box with BSD or Linux for a development box.

1) Development servers should not be running production applications as well. If your "development" box is running other NetWare applications, they will be hosed with any development crashes.

2) Your group can control what is installed, with no work for the network admins when you need new modules.

3) If you don't need NetWare in your production environment, running it in your development environment is going to slow you down a lot, because you will have to back-convert many modules to 5.003.

Good luck.

___
-DA


In reply to Re: Taking backwards steps... by da
in thread Taking backwards steps... by arashi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-25 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found