in reply to savefile( $filename, $data )

How does $data get into the function with only a single shift?     my ( $filename, $data ) = @_; would do better.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^2: savefile( $filename, $data )
by harleypig (Monk) on Jul 30, 2005 at 19:27 UTC
    Oops. Thanks. That's what I get for typing something from memory and not testing it.
    Harley J Pig