On Mon, Mar 16, 2009 at 01:39, boll wrote:
> I'm trying to use the random_image.pl program from the nms-cgi project on
> sourceforge.net.
>
> This line has me baffled:
> if ( $baseurl !~ m%/$% )
>
>
> I don't understand the function of the percent symbols. I hope someone can
> explain what
> I'm trying to use the random_image.pl program from the nms-cgi project
> on sourceforge.net.
>
> This line has me baffled:
>
> if ( $baseurl !~ m%/$% )
>
>
> I don't understand the function of the percent symbols.
> I hope someone can explain what it's doing.
you can define matching crite
I'm trying to use the random_image.pl program from the nms-cgi project
on sourceforge.net.
This line has me baffled:
if ( $baseurl !~ m%/$% )
I don't understand the function of the percent symbols.
I hope someone can explain what it's doing.
Here's the complete program:
1 #