in reply to Re^2: Open a file using Tkx package
in thread Open a file using Tkx package

$ perl junk Global symbol "$source_file" requires explicit package name at junk li +ne 35. Execution of junk aborted due to compilation errors.

It works for me every time

$ perl -MTkx -e " print Tkx::tk___getOpenFile() " C:/dev/temp/junk

Replies are listed 'Best First'.
Re^4: Open a file using Tkx package
by Anonymous Monk on Nov 21, 2011 at 19:07 UTC
    Thanks !!! That helped a lot !! A big thank you...
Re^4: Open a file using Tkx package
by bugged123 (Initiate) on Nov 21, 2011 at 19:09 UTC
    Thank you !!! This helped a lot. Declared the $filename as our and the problem got solved.