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

Reply via email to