I only want to print "$(ROOT)/../../../api/maX \\" in the below code,how can I do that?
#!/usr/bin/perl -w use strict; use warnings; my $file; $file = "./max/base/file.c: $(ROOT)/../../../api/maX \\"; $file =~ /:(.*)/; print "$file\n";
In reply to printing just part of data by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |