i am trying to save hello world with single quote in temporary file
i open temporary file hello world show without single quote
how to solve this
#!/usr/bin/perl -w
chomp($TMPFILE = `mktemp bumatinaskk.XXXXXXXXXX`);
$echo = "echo \'hello word\' >>$TMPFILE";
system ("$echo");
Documentation: File::Temp, IO::File