Lhamo_rin has asked for the wisdom of the Perl Monks concerning the following question:
sub open_file { my $success = open RF, "/bin/.saved_points" unless ($succeed) { my $fail = MainWindow->new(): $fail->Label(-text => "File Failed to open")-> pack(); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (unless) usage
by particle (Vicar) on Jun 30, 2003 at 13:14 UTC | |
|
Re: (unless) usage
by broquaint (Abbot) on Jun 30, 2003 at 13:15 UTC | |
|
Re: (unless) usage
by Zaxo (Archbishop) on Jun 30, 2003 at 14:42 UTC |