Help for this page
#!/usr/bin/perl use warnings; ... unshift @array, "LFY"; print "Now we have @array\n";
C:\perl>perl practice.pl @array has Book Novel Magazine Guide so total:4 ... Now we have Novel Magazine Guide LFY Now we have Novel Magazine Guide and I have saved LFY Now we have LFY Novel Magazine Guide