Help for this page
#!/usr/bin/perl use strict; use warnings; ... if ($string =~ /\/$/) { print "trailing slash success\n"; }