When i run this code the Output:#!/usr/bin/perl -w use strict; use Data::Dumper; my $tmp = '11*22*33'; my @see = split(/\*/, $tmp); print Dumper(@see);
In reply to Re: split() problem
by anirudh_sml
in thread split() problem
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |