PERL
18
Redirection
Guest on 8th June 2022 01:35:59 AM
#!/usr/bin/perl
########################
# #
# Tes@LinuxStart.com #
# #
# Redirection #
# #
########################
# ONLY edit the $url thats all.
$url = "URL_ADDY";
print "Location: $url\n\n";