#!/usr/bin/perl

$x = "this is a scalar";
@secondList = ("hello",123,$x); #set  literal, a number and a scalar
