Assignment on Variables in Perl 1.Declare a number variable. 2.Assign 10 to it. 3.Print the variable declared. 4.Declare 2 string variables. 5.Assign these values to them - 'Namaste' and 'India'. 6.Print those string variables.