in reply to Re: CGI.pm turns apostrophes into :: in filenames?
in thread CGI.pm turns apostrophes into :: in filenames?
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
|
|---|