Guest_imported
New member
- Jan 1, 1970
- 0
I have a path such as:
where I want to just get the index.html from.
So if I split it up I can just print this part "index.html"
I think I need alot of help with this part??
$mypage = "my $page = split /\//, $mypage;
print $page; #This should just print "index.html" here but I dont know how to get it??
where I want to just get the index.html from.
So if I split it up I can just print this part "index.html"
I think I need alot of help with this part??
$mypage = "my $page = split /\//, $mypage;
print $page; #This should just print "index.html" here but I dont know how to get it??