Help for this page
my $filename = join('', split('\.', $ENV{REMOTE_ADDR}) ); ... # then, somewhere write to / read from the file
my @numbers = split('\.', $ENV{REMOTE_ADDR}); if( ! -d $numbers[0] ) { ... my $path = "$numbers[0]/$numbers[1]"; my $filename = "$path/" . join('', @numbers);