Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] Annoying error!: Edit Log

Here is the list of edits for this post
Re: [Andy] Annoying error!
$$$

$$ is the scripts process ID, $$var is a scalar reference, hence $$$ makes perl think you are trying to print out the process id as a scalar reference.

Escape the dollar signs or simply use q| | instead of qq| | then you don't need to escape them, including @

Last edited by:

Paul: Aug 15, 2002, 11:50 AM

Edit Log: