i need access to the shell variable $$.   tried this:

        my $file = $ENV{$};

which didn't work.  i managed to do it with:

        my $file = `echo $$`;

but i'm curious -- is there a way to access $$ with the ENV hash?

pete
_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to