Bioperl Training Exercise 2

From BITS wiki
Jump to: navigation, search
#!/usr/bin/perl
$variable = 42;
print $variab1e;
  • Create a script containing the lines above and make it executable. Run it and see what happens. What needs to be done to fix it ?


  • What needs to be done to prevent these kind of mistakes ?