Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The module code looks like so:"my sub" not yet implemented at /PerlApp/WWW/Myspace.pm line 1584
I'm not sure if this is an issue with the module or the perlapp. I'm using perl 5.8 build 817 on Windows. Any insight would be greatly appreciated.... # Save info if we need to unless ( $self->error ) { $self->$save_friend_info if ( ( ( $source eq '' ) || ( $source eq 'profile' ) ) && ( $page == 1 ) ); } return $res; } #--------------------------------------------------------------------- my sub save_friend_info { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "my sub" error
by davorg (Chancellor) on Nov 07, 2006 at 13:42 UTC | |
by tye (Sage) on Nov 07, 2006 at 14:15 UTC | |
|
Re: "my sub" error
by Zaxo (Archbishop) on Nov 07, 2006 at 13:46 UTC | |
by davorg (Chancellor) on Nov 07, 2006 at 13:51 UTC | |
by Anonymous Monk on Nov 07, 2006 at 13:57 UTC |