in reply to CGI.pm turns apostrophes into :: in filenames?

Forget about this, I just downloaded the latest version of CGI.pm and it works correctly now.
  • Comment on Re: CGI.pm turns apostrophes into :: in filenames?

Replies are listed 'Best First'.
Re(2): CGI.pm turns apostrophes into :: in filenames?
by dmmiller2k (Chaplain) on Jan 04, 2002 at 23:53 UTC

    Regardless, it may have had something to do with the fact that early Perls used the single apostrophe ("'") to separate the package name from a variable name. In other words, $package'var used to mean the same as $package::var does today. It actually still works, but it is deprecated.

    dmm