Re: array references

2004-11-01 Thread Michael McDonnell
ant. The only reason why {authors_ids} is equivalent to {'authors_ids'} is because PERL is converting it to a constant on the fly for you. If you accidentally picked a name that was already a constant in your namespace you might end up with results that are hard to debug (imagine if a module put a constant in your name space that you didn't know about). -- Michael McDonnell, GCIA Winterstorm Solutions, Inc. [EMAIL PROTECTED]

Re: STDIN as well as command line input

2004-04-26 Thread Michael McDonnell
n option command line argument of "--" to indicate that input should be taken from STDIN instead of from other command line arguments. -- Michael McDonnell, GCIA Winterstorm Solutions, Inc. [EMAIL PROTECTED]

Re: automagically create browsable POD pages [pod2html]

2004-04-02 Thread Michael McDonnell
f this that only build pods for specific parts that you might be building separately. And of course you can have a separate install step that copies the contents of the "ht" subdirectory to someplace you want to install them. -- Michael McDonnell, GCIA Winterstorm Solutions, Inc. [EMAIL PROTECTED]

Re: automagically create browsable POD pages

2004-04-01 Thread Michael McDonnell
erent? -- Michael McDonnell, GCIA Winterstorm Solutions, Inc. [EMAIL PROTECTED]

Re: Updating an array

2003-10-30 Thread Michael McDonnell
any tiny writes to disk. -- Michael McDonnell, GCIA [EMAIL PROTECTED]