What's wrong w/ the following:?
#!/usr/bin/perl5
# function prototypes
# bool foobar(str uname, int uid);
# void bazzo(void);
sub foobar {
...
}
sub bazzo {
...
}
1;
It gives them prototypes to look at... what more could they want? I used to
be into C programming.. I don't miss function prototypes that much.
Just my $00.02USD.
Ian
- using function prototypes w/ mod_perl and Apache::Registr... Jeff Elo
- Re: using function prototypes w/ mod_perl and Apache... Tom Christiansen
- Re: using function prototypes w/ mod_perl and Ap... Jeff Elo
- Re: using function prototypes w/ mod_perl an... Tom Christiansen
- Re: using function prototypes w/ mod_perl an... Tom Christiansen
- Re: using function prototypes w/ mod_perl an... Ian Mahuron
- Re: using function prototypes w/ mod_perl and Apache... Jeff Elo
