#!/bin/perl use strict; my $s = "Hello world!"; print substr($s,1,length($s)); [download]
In reply to Re: cut of first char of a string by jbrugger in thread cut of first char of a string by holli