Microcode by Pall Thayer, via rhizome-l:
#!/usr/bin/perl
$reality = “real textn”;
$augmented_reality = “e[31;40m augmented “.$reality.”e[0m”;
print $reality;
print $augmented_reality;
Microcode by Pall Thayer, via rhizome-l:
#!/usr/bin/perl
$reality = “real textn”;
$augmented_reality = “e[31;40m augmented “.$reality.”e[0m”;
print $reality;
print $augmented_reality;