- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In perl, you can use "ref" to find out the type of thing being referenced. Here, it will be as follows:
> print ref($cdrom_spec->backing);
In perl, you can use "ref" to find out the type of thing being referenced. Here, it will be as follows:
> print ref($cdrom_spec->backing);