F
freedom
hello
is there anyway to get url whatever the user entered in the field.
example
in the script
instead of
my $url = "http://www.whatever.com";
my $page = get( $url );
how can we get the url without declaring the url in the script.
is there anyway to get url whatever the user entered in the field.
example
in the script
instead of
my $url = "http://www.whatever.com";
my $page = get( $url );
how can we get the url without declaring the url in the script.