Zadeh has asked for the wisdom of the Perl Monks concerning the following question:
But that always fails. I've also tried using e.g.:sub blah { my $file = shift; ... my $retval = open(FHANDLE, $file); ... }
But that also fails. Is there any way to do this?my $retval = sysopen(FHANDLE, $file, O_RDONLY);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Opening filenames with special characters
by kyle (Abbot) on Mar 12, 2007 at 17:31 UTC | |
by Zadeh (Beadle) on Mar 14, 2007 at 17:13 UTC | |
by ikegami (Patriarch) on Mar 14, 2007 at 17:54 UTC | |
Re: Opening filenames with special characters
by Joost (Canon) on Mar 12, 2007 at 17:37 UTC | |
Re: Opening filenames with special characters
by shandor (Monk) on Mar 12, 2007 at 18:02 UTC | |
Re: Opening filenames with special characters
by whereiskurt (Friar) on Mar 12, 2007 at 19:49 UTC | |
by TheDamian (Vicar) on Mar 12, 2007 at 21:34 UTC | |
by diotalevi (Canon) on Mar 12, 2007 at 23:24 UTC | |
Re: Opening filenames with special characters
by ferreira (Chaplain) on Mar 13, 2007 at 02:31 UTC |